home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / Clinic / AutomationClient2MainFormU.dfm / AutomationClient2MainFormU.txt
Encoding:
Text File  |  1999-03-12  |  997 b   |  52 lines

  1. object FrmClient1: TFrmClient1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 488
  5.   Height = 161
  6.   Caption = 'AutomationClient'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 457
  22.     Height = 65
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object btnToggleVisible: TButton
  27.     Left = 64
  28.     Top = 96
  29.     Width = 145
  30.     Height = 25
  31.     Caption = 'Toggle Visible'
  32.     TabOrder = 0
  33.     OnClick = btnToggleVisibleClick
  34.   end
  35.   object btnQuitServer: TButton
  36.     Left = 232
  37.     Top = 96
  38.     Width = 147
  39.     Height = 25
  40.     Caption = 'Quit Server'
  41.     TabOrder = 1
  42.     OnClick = btnQuitServerClick
  43.   end
  44.   object Timer1: TTimer
  45.     Enabled = False
  46.     Interval = 100
  47.     OnTimer = Timer1Timer
  48.     Left = 24
  49.     Top = 56
  50.   end
  51. end
  52.